net/http.routingNode.addChild (method)
5 uses
net/http (current package)
routing_tree.go#L46: n := root.addChild(p.host)
routing_tree.go#L48: n = n.addChild(p.method)
routing_tree.go#L70: n.addChild("").addSegments(segs[1:], p, h)
routing_tree.go#L72: n.addChild(seg.s).addSegments(segs[1:], p, h)
routing_tree.go#L88: func (n *routingNode) addChild(key string) *routingNode {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |